.show-imp{
  display: block !important;
}
.show-imp .qw3-text{
  display: block !important;
}
#send-result-polzunok{
  width: 150px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 15px;
}
.send-result-polzunok_wrap label{
  font-size: 15px;
}
.send-result-polzunok_wrap .qw3-text-title{
  font-size: 15px;
  width: auto;
  margin-right: 10px;
}
#number-slider {
  margin-bottom: 4rem;
  margin-top: 20px;
}

.ui-widget-content {
  border-radius: 3px;
  -webkit-box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset -1px 1px 1px rgba(0, 0, 0, 0.05);
  background: -webkit-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: -o-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
  background: #ed8807;
  border: none;
  height: 7px;
  position: relative;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
}

.ui-slider-handle {
  position: relative;
  outline: none;
  top: -1.1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  cursor: pointer;
  background: #f5ae08;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f5ae08), color-stop(100%, #f9ca0c));
  background: -webkit-linear-gradient(left, #f5ae08 0%, #f9ca0c 100%);
  background: -o-linear-gradient(left, #f5ae08 0%, #f9ca0c 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f5ae08), to(#f9ca0c));
  background: linear-gradient(to right, #f5ae08 0%, #f9ca0c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5ae08', endColorstr='#f9ca0c', GradientType=1);
  background: #ed8807;
}

.ui-slider-handle:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
}

.ui-widget-header {
  border-radius: 3px;
  background: -webkit-repeating-linear-gradient(-45deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -o-repeating-linear-gradient(-45deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -webkit-repeating-linear-gradient(135deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: -o-repeating-linear-gradient(135deg, #ededed 0%, #fef5da 1%, #fef5da 17%);
  background: #52d132;
  -webkit-box-shadow: inset 0px 3px 15px 5px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.inputDiv-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}


.quesbox__box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.quesbox__form{
  width: 300px;
}
.quesbox__input{
  width: 100%;
/*  height: 45px;*/
  margin-bottom: 15px;
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  font-size: 15px;
  line-height: 28px;
  padding-left: 40px;
/*  color: #a2a2a2;*/
}
/*.select2-container .select2-selection--single{
  height: 45px;
}*/
.select2-results__option--selectable{
  color: #333;
  font-size: 14px;
}
.js-example-basic-single{
  width: 100%;
  height: 40px;
  padding-left: 40px;
}

.select2-selection__rendered {
    line-height: 41px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-selection__arrow {
    height: 44px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  height: 34px;
}


.quesbox__image{
  width: calc(100% - 350px);
  border-radius: 10px;
  overflow: hidden;
}
.quesbox__image img{
  display: block;
  width: 100%;
}
.quesbox__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quesbox__from, .quesbox__to{
  position: relative;
}
.quesbox__from:before, .quesbox__to:before{
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: none;
  border-radius: 50%;
  border: 3px solid #ed8807;
  z-index: 2;
}
.quesbox__date{
  width: 69%;
  position: relative;
}
.quesbox__date:before{
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../img/cal.svg);
  background-size: 100% 100%;
  z-index: 3;
}
.quesbox__date_input{
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 40px;
}
.quesbox__date_input::placeholder{
  color: #a2a2a2;
}
.quesbox__amount{
  width: 28%;
  position: relative;
}
.quesbox__amount:before{
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../../img/user.svg);
  background-size: 100% 100%;
  z-index: 3;
}
.quesbox__amount input{
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 40px;
}

.quesbox__speclabel{
  display: block;
  font-size: 13px;
  color: #a2a2a2;
  margin-bottom: 5px;
}
.quesbox__fieldinput{
  display: block;
  width: 100%;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding-left: 30px;
  padding-right: 30px;
}
.quesbox__fieldinput::placeholder{
  color: #a2a2a2;
}

.footer__links{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__link{
  display: block;
  width: 35px;
  margin: 0 3px;
}
.footer__link img{
  display: block;
  width: 100%;
}

.mainlogo{
/*  text-align: center;*/
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainlogo img{
  display: block;
  width: 150px;
  margin-right: 20px;
/*  border-radius: 50%;*/
}
.mainlogo span{
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.mainlogo span b{
  color: #f5a313;
  font-size: 50px;
  color: #ed8807;
}


.onlytext .label-qw1{
  padding: 1vw;
  border: 1px solid #d8d8d8;
  border: 1px solid #000;
  border-radius: 5px;
  border-radius: 10px;
}

.onlytext .label-qw1.withinp{
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}
.insideinp{
  padding-left: 0.5vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}

/*.withinp{
  width: 50%;
  position: relative;
}*/
.withinp__descr{
  font-size: 14px;
  font-weight: 600;
  color: #000;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.quessubtitle{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2vw;
  padding-left: 2.5rem;
}

.footer{
  background: #000;
  padding-bottom: 30px;
  /*position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 10;*/
}


.testlabel{
  border: 0;
  padding: 0;
  width: 32%;
  max-width: 100%;
  margin-bottom: 1vw;
  margin-right: 2%;
  border: 1px solid #000;
  border-radius: 10px;
/*  margin: 0 1.5%;*/
}
.quesinfo{
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quesinfo p{
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  color: #000;
  margin-bottom: 16px;
}
.quesinfo input{
  font-weight: 400;
  font-size: 0.95vw;
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 1.1vw;
  border-radius: 10px;
  border: 0;
}
.quesinfo input::placeholder{
  color: #a4a4a4;
}



@media (max-width: 768px){

  .testlabel{
    width: 90%;
    overflow: hidden;
  }
  .mainlogo{
    flex-direction: column;
    text-align: center;
  }
  .mainlogo span b{
    font-size: 36px;
  }
  .mainlogo img{
    width: 150px;
  }
  .mainlogo span{
    font-size: 18px;
  }
  .quesbox__image{
    width: 100%;
    margin-bottom: 15px;
  }
  .onlytext .label-qw1{
    padding: 2vw;
    margin-bottom: 1rem;
  }
  .onlytext .label-qw1.withinp{
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
  .insideinp{
    padding: 1vw;
  }

  .quesinfo input{
    font-size: 1.2rem;
    padding: 2.5vw;
    border-radius: 5px;
  }
  
  .quessubtitle{
    font-size: 13px;
    margin-bottom: 2rem;
  }
}



.cars{
  padding: 60px 0 100px;
  overflow: hidden;
  background: url(../../img/bg-4.jpg) center top/cover no-repeat;
}
.cars__box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cars__box .slick-slide{
  margin: 0 10px;
}
.cars__box .slick-list{
  margin: 0 -10px;
}
.cars__box .slick-prev,
.cars__box .slick-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 3;
  background-color: #ed8807;
  text-indent: 9999px;
  border: 0;
  cursor: pointer;
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.cars__box .slick-prev{
  left: -20px;
  background-image: url(../../img/prev.svg);
}
.cars__box .slick-next{
  right: -20px;
  background-image: url(../../img/next.svg);
}
.cars__item{
/*  width: 24%;*/
  overflow: hidden;
  height: 300px;
  border-radius: 20px;
}
.cars__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cars__box_2 .cars__item{
  height: auto;
}
.cars__box_2 .cars__item img{
  height: auto;
  width: 100%;
  display: block;
  object-fit: initial;
}

.prev-test,
.prev-main{
  margin-right: 15px;
}





@media (max-width: 768px){
  .cars{
    padding: 50px 0 100px;
  }
  .cars__item{
    width: 49%;
    margin-bottom: 2%;
    height: 250px;
  }
  .cars__box{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .cars__box_2 .cars__item{
    height: auto;
  }
  .cars__box .slick-prev, .cars__box .slick-next{
    top: auto;
    transform: none;
    bottom: -60px;
  }
  .cars__box .slick-prev{
    left: 50%;
    transform: translateX(-130%);
  }
  .cars__box .slick-next{
    right: 50%;
    transform: translateX(130%);
  }
}

.test{
  position: relative;
  min-height: 100vh;
  background: url(../../img/bg-22.jpg) center center/cover no-repeat;
}

.container.big{
  position: relative;
  z-index: 2;
}

.block__shadow{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transform: translateY(50%);
  z-index: 1;
}
/*.block__shadow2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 1;
}*/
.borderline{
  height: 6px;
  width: 100%;
  display: block;
  background: #ed8807;
  position: relative;
  z-index: 4;
}
.fscreen{
  position: relative;
/*  padding-top: 35px;*/
  padding-bottom: 170px;
  background: url(../../img/bg-1.jpg) center center/cover no-repeat;
  box-shadow: 0 0 0 9999px rgba(0,0,0,0.5) inset;
}

.fscreen__header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 44px 0;
  margin-bottom: 20px;
}
.fscreen__logo{
  width: 180px;
  
}
.fscreen__logo img{
  display: block;
  width: 100%;
/*  box-shadow: 0px 4px 30px 0px #ed8807;*/
/*  border-radius: 50%;*/
}
.fscreen__call{
  background: #ed8807;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid #000;
  padding: 23px 35px;
}
.fscreen__title{
  color: #FFF;
/*  text-align: center;*/
  text-shadow: 0 6px 12px #000;
  font-size: 45px;
  font-weight: 700;
  line-height: 149%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ed8807;
  color: #ffa533;
  margin-bottom: 38px;
  position: relative;
  text-align: center;
}
.fscreen__subtitle{
  text-shadow: 0 4px 10px #ed8807;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0.04em;
  text-align: center;
}
/*.fscreen__title:before{
  content: "";
  background: #ed8807;
  height: 3px;
  width: 800px;
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}*/
.fscreen__flags{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.fscreen__flags img{
  width: auto;
  height: 148px;
  margin: 0 25px;
/*  box-shadow: 0px 4px 20px 0px #ed8807;*/
/*  border-radius: 12px;*/
}
.fscreen__controls{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.fscreen__btn{
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  background: #050a30;
  background-image: linear-gradient(to right, #539cff, #2a81fb);
  border: 0;
  padding: 23px 60px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 4px 0 rgba(0, 105, 252, 0.45);
}
.fscreen__phone{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fscreen__phone img{
  width: 20px;
  margin-right: 5px;
}
.fscreen__phone span{
  font-weight: 700;
  font-size: 27px;
  line-height: 150%;
  color: #fff;
}
.fscreen__text{
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-left: 20px;
}

.whyus{
  position: relative;
  padding: 165px 0;
  background: url(../../img/bg-3.jpg) center center/cover no-repeat;
}
.whyus__title{
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 90px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.whyus__box{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.whyus__item{
  width: 31%;
  border-radius: 10px;
  background: #352519;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  min-height: 90px;
  padding-left: 15px;
}
.whyus__image{
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.whyus__image img{
  max-width: 100%;
  max-height: 100%;
}
.whyus__item span{
  font-size: 20px;
  color: #ed8807;
  flex: 1;
}

.footer__bott{
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 186%;
  letter-spacing: 0.02em;
  color: #907e82;
  padding: 20px 0 20px;
}
.footer__bott p{
  margin: 0;
}
.footer__cont{
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer__left{
  width: 230px;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #fff;
  padding-top: 20px;
}
.footer__right{
  width: 230px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
}
.footer__right a{
  width: 35px;
  margin-left: 10px;
}
.footer__right a img{
  display: block;
  width: 100%;
}
.footer__title{
  font-weight: 700;
  font-size: 22px;
  line-height: 183%;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
  margin-top: 0;
}
.footer__item{
  margin-bottom: 4px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 305px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
}
.footer__item:last-child{
  margin-bottom: 0;
}
.footer__phone{
  font-weight: 700;
  font-size: 20px;
  line-height: 183%;
  text-align: center;
  color: #f27211;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__itemtext{
  font-weight: 700;
  font-size: 20px;
  line-height: 183%;
  text-align: center;
  color: #ed8807;
  margin-left: 10px;
}
.footer__phone img{
  width: 25px;
  margin-right: 5px;
}
.footer__phone span{
  text-decoration: none;
}
.footer__phone.yellow{
  color: #ed8807;
}
.footer__mess{
  width: 25px;
  display: block;
  margin-left: 8px;
  position: relative;
}
.footer__mess:before{
  content: "";
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.footer__mess.fb:before{
  width: 90%;
  height: 90%;
  border-radius: 10px;
}
.footer__mess img{
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.footer__logo{
  display: none;
}


@media (max-width: 768px){
  .fscreen{
    background: url(../../img/bg-mob.jpg) center center/cover no-repeat;
  }
  .fscreen__header{
    padding: 20px 0;
    margin-bottom: 100px;
  }
  .fscreen__logo{
    width: 80px;
    
  }
  .fscreen__call{
    font-size: 16px;
    padding: 20px 20px;
  }
  .fscreen__title{
    font-size: 30px;
  }
  .fscreen__title br{
    display: none;
  }
  .fscreen__subtitle{
    font-size: 22px;
    line-height: 1.4;
  }
  .fscreen__title:before{
    width: 300px;
    bottom: -26px;
  }
  .fscreen__phone img{
    width: 12px;
  }
  .fscreen__phone span{
    font-size: 20px;
  }
  .fscreen__flags img{
    width: auto;
    height: 70px;
    margin: 0 7px;
  }
  .fscreen__controls{
    flex-wrap: wrap;
  }
  .fscreen__text{
    margin: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .fscreen__btn{
    font-size: 17px;
    padding: 18px 42px;
  }
  .btn-text{
    font-size: 1.5rem;
  }
  .whyus__title{
    text-align: center;
    font-size: 30px;
  }
  /*.cars .test__title{
    font-size: 3rem;
  }*/
  .footer__item{
    font-size: 1.5rem;
  }
  .phone-block-label{
    font-size: 1.5rem;
  }
  .whyus{
    padding: 125px 0;
  }
  .whyus__title{
    margin-bottom: 70px;
  }
  .whyus__item{
    width: 100%;
    margin-bottom: 30px;
    &:last-child{
      margin-bottom: 0;
    }
  }
  .footer{
    padding-bottom: 10px;
  }
  .footer__cont{
    align-items: center;
  }
  .footer__logo{
    display: block;
    width: 55px;
  }
  .footer__phone{
    font-size: 15px;
  }
  .footer__phone img{
    width: 22px;
  }
  .footer__left{
    order: 3;
    font-size: 14px;
  }
  .footer__left{
    width: 100%;
    text-align: center;
  }
  .footer__block{
    order: 2;
    margin-top: 20px;
  }
  .footer__right{
    justify-content: flex-end;
    margin-top: 0;
  }
  .footer__right a{
    width: 25px;
  }
  .footer__item{
    width: 330px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;

  }
  .footer__title{
    text-align: left;
    font-size: 17px;
  }
  .footer__itemtext{
    font-size: 16px;
  }
}




.vidguky{
  padding: 70px 0 100px;
}
.vidguky__item img{
  border-radius: 15px;
}
.vidguky__box .slick-slide{
  margin: 0 10px;
}
.vidguky__box .slick-list{
  margin: 0 -10px;
}
.vidguky__box .slick-prev,
.vidguky__box .slick-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 3;
  background-color: #ed8807;
  text-indent: 9999px;
  border: 0;
  cursor: pointer;
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.vidguky__box .slick-prev{
  left: -30px;
  background-image: url(../../img/prev.svg);
}
.vidguky__box .slick-next{
  right: -30px;
  background-image: url(../../img/next.svg);
}

@media (max-width: 768px){
  .vidguky{
    padding: 40px 0 110px;
  }
  .vidguky__box .slick-prev, .vidguky__box .slick-next{
    top: auto;
    transform: none;
    bottom: -60px;
  }
  .vidguky__box .slick-prev{
    left: 50%;
    transform: translateX(-130%);
  }
  .vidguky__box .slick-next{
    right: 50%;
    transform: translateX(130%);
  }
}


.sidesoc{
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 200;
}
.sidesoc .footer__link{
  margin: 0 0 6px;
}

@media (max-width: 767px){
  .sidesoc .footer__link{
    width: 30px;
  }
}













